home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / reblddlg.dfm / reblddlg.txt
Encoding:
Text File  |  1998-02-09  |  2.1 KB  |  117 lines

  1. object TabRebuildStats: TTabRebuildStats
  2.   Left = 398
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Building VCL Table'
  7.   ClientHeight = 135
  8.   ClientWidth = 318
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Default'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ParseLabel: TLabel
  18.     Left = 108
  19.     Top = 0
  20.     Width = 58
  21.     Height = 13
  22.     Caption = 'parsing .......'
  23.   end
  24.   object HeaderLab: TLabel
  25.     Left = 164
  26.     Top = 0
  27.     Width = 69
  28.     Height = 13
  29.     Caption = 'hkhkhkhk.hpp'
  30.   end
  31.   object TotalLab: TLabel
  32.     Left = 147
  33.     Top = 40
  34.     Width = 17
  35.     Height = 13
  36.     Caption = '0 %'
  37.   end
  38.   object HeaderBar: TProgressBar
  39.     Left = 41
  40.     Top = 16
  41.     Width = 237
  42.     Height = 20
  43.     Min = 0
  44.     Max = 112
  45.     Position = 1
  46.     TabOrder = 0
  47.   end
  48.   object TotalBar: TProgressBar
  49.     Left = 41
  50.     Top = 56
  51.     Width = 237
  52.     Height = 20
  53.     Min = 0
  54.     Max = 100
  55.     Position = 1
  56.     TabOrder = 1
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 2
  60.     Top = 108
  61.     Width = 313
  62.     Height = 21
  63.     BevelOuter = bvLowered
  64.     TabOrder = 2
  65.     object Label2: TLabel
  66.       Left = 4
  67.       Top = 4
  68.       Width = 44
  69.       Height = 13
  70.       Caption = 'Member: '
  71.       Font.Charset = ANSI_CHARSET
  72.       Font.Color = clBlue
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object MemberLab: TLabel
  79.       Left = 55
  80.       Top = 4
  81.       Width = 56
  82.       Height = 13
  83.       Caption = 'MemberLab'
  84.     end
  85.   end
  86.   object Panel2: TPanel
  87.     Left = 3
  88.     Top = 80
  89.     Width = 312
  90.     Height = 21
  91.     BevelOuter = bvLowered
  92.     TabOrder = 3
  93.     object Label3: TLabel
  94.       Left = 4
  95.       Top = 4
  96.       Width = 31
  97.       Height = 13
  98.       Caption = 'Class: '
  99.       Color = clBtnFace
  100.       Font.Charset = ANSI_CHARSET
  101.       Font.Color = clBlue
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentColor = False
  106.       ParentFont = False
  107.     end
  108.     object ClassLab: TLabel
  109.       Left = 51
  110.       Top = 4
  111.       Width = 43
  112.       Height = 13
  113.       Caption = 'ClassLab'
  114.     end
  115.   end
  116. end
  117.